home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 August / Oasis demo.iso / Internet / Msn / COMPNTS / IMTHART.EXE / RCDATA / CABINET / Imthart.ini < prev    next >
INI File  |  1996-10-23  |  2KB  |  69 lines

  1. ; imthart.ini -- input for dooflop.exe
  2.  
  3. [Options]
  4. SetupTitle="MSN Music & Animation Components %s"
  5. ; ForceUninstall=1
  6. ; DebugCommands=1
  7.  
  8. [PreSetup] ; executed at start of imthart.inf
  9. Status "Checking if shared DLL files are in use..."
  10. TestDLLUsage SysFiles
  11. TestDLLUsage SysRegFiles
  12. Status "Correcting DLL share counts..."
  13. CorrectDLLShareCounts SysFiles
  14. CorrectDLLShareCounts SysRegFiles
  15.  
  16. [Setup] ; executed at end of imthart.inf
  17. RegisterDLLs SysRegFiles
  18. Status "Incrementing DLL share counts..."
  19. IncrementDLLShareCounts SysFiles IMTHart
  20. IncrementDLLShareCounts SysRegFiles IMTHart
  21. Status "Setting up Interactive Music directory..."
  22. SetupIMusicDirectory "MSN Music & Animation Components"
  23. SetupIMusicFileTypes IMusicFileTypes
  24. CopyFileToIMusic gm.dls GM.dls
  25. AddUninstallRegEntry IMTHart "MSN Music & Animation Components" "dooflop @imthart.ini Uninstall"
  26. ; HideWindow
  27. ; PromptOK "MSN Music & Animation Components have been installed."
  28.  
  29. [Uninstall] ; executed from "Add/Remove Programs" in Control Panel
  30. Status "Initializing uninstall..."
  31. PromptToContinue "Are you sure you want to uninstall MSN Music & Animation Components?"
  32. Status "Checking if shared DLL files are in use..."
  33. TestDLLUsage SysFiles
  34. TestDLLUsage SysRegFiles
  35. UninstallDLLs SysRegFiles
  36. UninstallDLLs SysFiles
  37. UninstallIMusicDirectory "MSN Music & Animation Components"
  38. DeleteUninstallRegEntry IMTHart
  39. HideWindow
  40. PromptOK "MSN Music & Animation Components have been uninstalled."
  41.  
  42. [IMusicFileTypes]
  43. .dls "Downloadable Samples"
  44.  
  45. [SysFiles] ; files that go into windows\system directory
  46. AM17.dll
  47. AMF17.dll
  48. AsycPict.dll
  49. MSIMRT.dll
  50. MSIMRT16.dll
  51. MSIMRT32.dll
  52. MSIMusic.dll
  53. ;MSNAudio.acm
  54. MSSynth.dll
  55. OCHelpR.dll
  56. OcimgR.dll
  57.  
  58. [SysRegFiles] ; files that go into windows\system directory and are registered
  59. HostLWR.ocx     /reg
  60. IMix.dll        /reg
  61. LineR.ocx       /reg
  62. MSMusCtP.dll    /reg
  63. RASrc.dll       /reg
  64. SpriteR.ocx     /reg
  65. StageR.ocx      /reg
  66. TextFXR.ocx     /reg
  67. TinyR.ocx       /reg
  68.  
  69.